Problem: make install fail on non-existing rust-installer
authorMichal Vyskocil <michalvyskocil@eaton.com>
Tue, 28 Jul 2015 21:38:22 +0000 (23:38 +0200)
committerMichal Vyskocil <michalvyskocil@eaton.com>
Tue, 28 Jul 2015 21:38:22 +0000 (23:38 +0200)
Solution: add a note about calling git submodule to README.md

README.md

index 20786fcc1b8cdb8196f5a664b5a8e007abf2703d..6d3e3f994d4efdc0579e895d808986f284454b4a 100644 (file)
--- a/README.md
+++ b/README.md
@@ -38,6 +38,7 @@ Cargo can then be compiled like many other standard unix-like projects:
 ```sh
 git clone https://github.com/rust-lang/cargo
 cd cargo
+git submodule update --init src/rust-installer
 python src/etc/install-deps.py
 ./configure --local-rust-root="$PWD"/rustc
 make